home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / askto.arc / TEST.BAT < prev   
Encoding:
DOS Batch File  |  1987-03-22  |  142 b   |  10 lines

  1. echo off
  2. askto -d5 Test question
  3. if errorlevel 1 goto no
  4. echo Answer was yes
  5. goto done
  6. :no
  7. echo Answer was no
  8. :done
  9. echo end of test
  10.